@font-face {
  font-family: "Graphik Webfont";
  src: url("//theme.zdassets.com/theme_assets/2016348/80727df3d67c5d7ebac1d1c20eccbfbe2d50a901.eot");
  src: url("//theme.zdassets.com/theme_assets/2016348/80727df3d67c5d7ebac1d1c20eccbfbe2d50a901.eot?#iefix") format("embedded-opentype"),url("//theme.zdassets.com/theme_assets/2016348/bb0820d0576c9ed9abf89299566a1d1be7e05da2.woff") format("woff"),url("//theme.zdassets.com/theme_assets/2016348/9901e4c00174e1e0285dae6b568cff9d47ac06d2.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Graphik Webfont";
  src: url("//theme.zdassets.com/theme_assets/2016348/74726290714c5a67a0c9d5b7877df5dd0ac4b5fe.eot");
  src: url("//theme.zdassets.com/theme_assets/2016348/74726290714c5a67a0c9d5b7877df5dd0ac4b5fe.eot?#iefix") format("embedded-opentype"),url("//theme.zdassets.com/theme_assets/2016348/fa8b6f20f58482dacf232aefadf45b0f66e68b35.woff") format("woff"),url("//theme.zdassets.com/theme_assets/2016348/3c914a753a2d5a7fd873b50dd69412e43dffe150.ttf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Graphik-Medium";
  src: url("//theme.zdassets.com/theme_assets/2016348/74726290714c5a67a0c9d5b7877df5dd0ac4b5fe.eot");
  src: url("//theme.zdassets.com/theme_assets/2016348/74726290714c5a67a0c9d5b7877df5dd0ac4b5fe.eot?#iefix") format("embedded-opentype"),url("//theme.zdassets.com/theme_assets/2016348/fa8b6f20f58482dacf232aefadf45b0f66e68b35.woff") format("woff"),url("//theme.zdassets.com/theme_assets/2016348/3c914a753a2d5a7fd873b50dd69412e43dffe150.ttf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Graphik Webfont";
  src: url("//theme.zdassets.com/theme_assets/2016348/74726290714c5a67a0c9d5b7877df5dd0ac4b5fe.eot");
  src: url("//theme.zdassets.com/theme_assets/2016348/74726290714c5a67a0c9d5b7877df5dd0ac4b5fe.eot?#iefix") format("embedded-opentype"),url("//theme.zdassets.com/theme_assets/2016348/fa8b6f20f58482dacf232aefadf45b0f66e68b35.woff") format("woff"),url("//theme.zdassets.com/theme_assets/2016348/3c914a753a2d5a7fd873b50dd69412e43dffe150.ttf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Guardian-EgypTT";
  src: url("$assets-guardian-egyptt-lighteot");
  src: url("//theme.zdassets.com/theme_assets/2016348/3a82717c20a42f9fa302f83f3f4f27df4c87541e.eot?#iefix") format("embedded-opentype"),url("//theme.zdassets.com/theme_assets/2016348/42c990da64d65f815fd5474e07f5217e30417e16.woff") format("woff"),url("//theme.zdassets.com/theme_assets/2016348/816daa7df1475be29536803630d451cb95982607.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@charset "UTF-8";

/***** Base *****/

a {text-decoration: none;}

a:hover, a:focus, a:active, a.is-active {
  cursor: pointer;
  text-decoration: underline;
}

* {
  box-sizing: border-box;
}

body {
  background: #ffffff !important;
  color: #333333;
  font-family:"Graphik Webfont",-apple-system,BlinkMacSystemFont,"Roboto","Droid Sans","Segoe UI","Helvetica",Arial,sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

  /***** Forms *****/
  .form {
    max-width: 650px;
  }

  .form-field ~ .form-field {
    margin-top: 25px;
  }

  .form-field label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .form-field .nesty-input {
    transition: border 200ms ease-out,background 200ms ease-out;
    appearance: none;
    box-shadow: 0 1px 4px 0 rgba(34, 34, 34, 0.1) inset;
    border-color: rgba(34, 34, 34, 0.15);
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    color: #222222;
    display: block;
    font-family: inherit;
    font-size: 16px;
    line-height: 28px;
    height: 48px;
    outline: none;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    vertical-align: middle;
  }

  .form-field .nesty-input:focus {
    border: 1px solid #222222;
    text-decoration: none;
  }

  .form-field input[type="checkbox"] + label {
    margin: 0 0 0 10px;
  }

  .form-field.required > label::after {
    content: "*";
    color: #f00;
    margin-left: 2px;
  }

  .form-field p {
    color: #666;
    font-size: 12px;
    margin: 5px 0;
  }

  .form-field.select {
    padding: 0;
    height:auto;
  }

  [data-loading="true"] input,
  [data-loading="true"] textarea {
    background: transparent url(//theme.zdassets.com/theme_assets/2016348/6aae8ce36967837f706ac36deff4b753e43977a4.gif) 99% 50% no-repeat;
    background-size: 16px 16px;
  }

  .form footer {
    padding-top: 30px;
  }

  .form footer a {
    color: #666;
    cursor: pointer;
    margin-right: 15px;
  }

  /* hide suggestion list */
  .form .suggestion-list {
    display: none;
  }

  /**** Etsy phone numbers ****/
  #etsy-phone-icon {
    height: 24px;
    padding-right: 5px;
    margin-bottom: -6px;
  }

  #phone-icon-row img {
    text-align: left;
    background: #ffffff;
  }

  #phone-icon-row+*{
    border-top: solid 1px #DDDDDD;
    padding-top 8px;
    margin-top: -16px;
  }

  #etsy-phone-number ul {
   padding-left: 0px;
   padding-top: 24px;
  }

  #etsy-phone-number li {
    font-size: 16px;
    color: #222222;
    line-height: 28px;
  }

  .etsy-phone-number__region {
    font-weight: 600;
  }

  .etsy-phone-number__description {
    color: #595959;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    margin-top: 24px;
  }

  /***** Footer *****/
  .foot-item {
    white-space: nowrap;
  }

  @media (min-width: 640px) {
    .foot-items {
       width: min-content;
    }
  }

  @media (max-width: 639px) {
    #lang-selector button {
      bottom: 14px;
    }
  }

  /* center logo */
  #etsy-footer-link img {
    vertical-align: middle;
  }

  /***** Breadcrumbs *****/
  .breadcrumbs {
    padding-left: 0px;
    padding-top: 6px;
    padding-bottom: 24px;
  }

  .breadcrumbs li {
    display: inline;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .breadcrumbs li::after {
    content:"";
    color: #222;
    display: inline-block;
    background: url(//theme.zdassets.com/theme_assets/2016348/7c82c70e1b965ba579aa6e328a5425478b0a2bf1.svg) no-repeat;
    background-size: 10px 10px;
    padding-left: 10px;
    margin: 0px 6px;
    height: 16px;
    top: 6px;
    position:relative;
  }

  .section-breadcrumbs .breadcrumbs li:last-child,
  .requests-breadcrumbs .breadcrumbs li:last-child,
  .section-breadcrumbs .breadcrumbs li:nth-child(2),
  .article-breadcrumbs .breadcrumbs li:nth-child(2),
  .cpage-breadcrumbs .breadcrumbs li:last-child {
    display: none !important;
  }

  /***** Skip to content link *****/
  .skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
  }

  a.skip:active,
  a.skip:focus,
  a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
  }

  /***** home_page.hbs *****/
  .icon--huge {
    height: 60px;
    width: 60px;
  }

  /* On the Selling segment, hide the Shopping categories. */
  body.hc-segment__selling .home_page__categories-shopping {
    display: none;
  }

  /* On the Shopping segment, hide the Selling categories. */
  body.hc-segment__shopping .home_page__categories-selling {
    display: none;
  }

  .home-page__more .wt-arrow-link {
    font-size: 20px; /* .wt-text-title-02 doesn't work for <a> tags */
  }

  .home-page__more {
    background: url(//theme.zdassets.com/theme_assets/2016348/1d551aeb52709539c5d7ef1c3bfb5bb18657eb18.png) bottom center / 639px 72px no-repeat;
  }

  .help-cta-button {
    width: 320px;
  }

  @media only screen and (min-width: 640px) {
    .home-page__more {
      background: url(//theme.zdassets.com/theme_assets/2016348/bbb8c2ebcdcc624ed9d0548768acd065e1146729.png) bottom right / 138px 93px no-repeat,
        url(//theme.zdassets.com/theme_assets/2016348/83954939956d3a402da7b93f13ae490ddac70423.png) bottom left / 504px 38px no-repeat;
    }
  }

  /* Popular Articles */
  /* display only first 9 popular articles by default */
  div.popular-articles-item:nth-child(n+10) {
    display: none;
  }

  /* display 6 popular articles for sm-down */
  @media only screen and (min-width: 0) and (max-width: 639px) {
    div.popular-articles-item:nth-child(n+7) {
      display: none;
    }
  }

  /* display 8 popular articles for md-only */
  @media only screen and (min-width: 640px) and (max-width: 899px) {
    div.popular-articles-item:nth-child(n+9) {
      display: none;
    }
  }

  /***** Sections & Article Sidebar *****/
  .sidebar-list {
    min-height: calc(100vh - 140px);
    padding-left: 0px;
    font-family: "Graphik Webfont", -apple-system, BlinkMacSystemFont, "Roboto",
        "Droid Sans", "Segoe UI", "Helvetica", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    background: none;
    border: none;
    color: #222222;
    text-align: left;
  }

  ul.sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sidebar-list li {
    position: relative;
    outline: none;
  }

  .sidebar-list__item-active {
    font-weight: 500;
    border-left: 2px solid #333333;
  }

  .sidebar-list a {
    color: #333333;
    text-decoration: none;
  }

  .sidebar-list a:hover,
  .sidebar-list a:focus {
    color: #595959;
    text-decoration: none;
    cursor: pointer;
  }

  /***** Section pages *****/
  .article-list li:first-child {
    padding-top: 0px;
  }

  .article-list li {
    color: #333333;
  }

  .article-list-item a {
    color: #333333;
  }

  .article-list-item:first-child {
    padding-top: 0;
  }

/***** Article *****/
.article-body p,
#article-snippet p {
  margin-bottom: 18px;
}

#article-snippet a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  -ms-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

#article-snippet a:hover,
#article-snippet a:focus,
#article-snippet a:active {
  color: inherit;
  opacity: 0.5;
}

#article-snippet .wt-content-toggle--btn {
  margin-left: -18px !important;
}

.article-body ol, .article-body ul,
#article-snippet ol, #article-snippet ul {
  list-style-position: outside;
  padding-left: 18px;
  margin: 18px 0px;
}

.article li, #article-snippet li {
  line-height: 24px;
  margin-bottom: 6px;
}

.article .article-jump-to-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.article .article-jump-to-section ul {
  border-left: 2px solid #222 !important;
  list-style: none;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 6px;
}

.article-body h2, .article-body .wysiwyg-font-size-x-large {
  margin-top: 30px;
  margin-bottom: 18px;
}

.article-body h3, .article-body .wysiwyg-font-size-large {
  margin-bottom: 12px;
}

.article-body li {
  margin-left: 12px;
}

.related-articles ul {
  margin-top: 8px;
  list-style:none;
  padding-left:0px;
}

/* Hide article div used only in the cpage flow */
#article-cflow {
  display: none !important;
}

/***** END Article *****/

/***** Attachments and uploads *****/
/* Styles attachments inside posts, articles and comments and
uploads inside the request view page */
.attachments .attachment-item::before, .upload-pool .upload-item::before {
  color: #333333;
  content: "\1F4CE";
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 5px;
}

.upload-item:hover {
  background: none;
}

.upload-remove {
  display: inline-block;
  fill: currentColor;
  height: 24px;
  vertical-align: middle;
  width: 24px;
}

.upload-item .upload-remove::before {
  color: #333333;
  content: url(//theme.zdassets.com/theme_assets/2016348/536b80834d3804e812e8eed65e913901a607812f.svg);
  font-size: 20px;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item::before, .upload-pool .upload-item li::before {
  left: auto;
  right: 0;
}

.upload-pool {
  list-style: none;
}

.upload-pool .upload-item {
  position: relative;
  padding-left: 30px;
  padding-top: 6px;
  width: 100% !important;
}

.upload-link {
  font-family: "Graphik Webfont",-apple-system,BlinkMacSystemFont,"Roboto","Droid Sans","Segoe UI","Helvetica",Arial,sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

.upload-pool .upload-item a::before {
  content: none;
}

.upload-pool .upload-item:last-child {
  border-bottom: 1px solid rgba(34, 34, 34, 0.15);
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.upload-dropzone span {
  color: #666;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.vote a {
  outline: none;
}

.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #666;
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up:hover::before,
.vote-down:hover::before {
  color: rgba(34, 34, 34, 1);
}

.vote-up::before, .vote-down::before {
  color: #666;
  font-size: 24px;
}

.vote-up::before {
  content: "\2B06";
}

.vote-down::before {
  content: "\2B07";
}

.vote-voted::before {
  color: rgba(34, 34, 34, 1);
}

.vote-voted:hover::before {
  color: #000;
}

.vote-button, [role="button"] {
  border: 1px solid rgba(34, 34, 34, 1);
  border-radius: 4px;
  color: rgba(34, 34, 34, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .vote-button, [role="button"] {
    width: auto;
  }
}

.vote-button::after, [role="button"]::after {
  color: rgba(34, 34, 34, 1);
}

.vote-button:hover, .vote-button:active, .vote-button:focus, .vote-button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
  background-color: rgba(34, 34, 34, 1);
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.vote-button[aria-selected="true"]:hover, .vote-button[aria-selected="true"]:focus, .vote-button[aria-selected="true"]:active, [role="button"][aria-selected="true"]:hover, [role="button"][aria-selected="true"]:focus, [role="button"][aria-selected="true"]:active {
  background-color: #000;
  border-color: #000;
}

.vote-button[data-disabled], [role="button"][data-disabled] {
  cursor: default;
}

.article-vote {
  background: transparent;
  color: #222222;
  margin: 10px 5px !important;
  min-width: 90px !important;
  width: auto !important;
}

.article-vote::before {
  font-size: 8px;
  margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}

.article-vote::after {
  content: attr(title);
  /* Yes/No label*/
}

.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: #222222;
}

.article-vote:hover {
  background-color: #222222;
}

.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected="true"]::before, .article-vote[aria-selected="true"]::after {
  color: #FFFFFF;
}

.article-vote-up::before {
  content: "\2713";
}

.article-vote-down::before {
  content: "\2715";
}

/* requests_page.hbs */
.requests tr:hover td {
  background-color: #efefef; /* slightly lighter than .wt-bg-gray */
  cursor: pointer;
}

  /***** Icons *****/
  [class^="icon-"]::before,
  [class*=" icon-"]::before,
  .icon,
  .search::before,
  .recent-activity-item-comment span::before,
  .article-vote::before,
  .attachments .attachment-item::before,
  .upload-pool .upload-item::before,
  .share a::before,
  .vote-up::before,
  .vote-down::before,
  .actions .dropdown-toggle::before,
  .search-result-votes::before,
  .search-result-meta-count::before {
    font-family: "copenhagen-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    line-height: 1em;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
  }

  .icon-lock::before {
    content: "\1F512";
  }

  .icon-star::before {
    content: "\2605";
  }

  .icon-linkedin::before {
    content: "\e900";
  }

  .icon-twitter::before {
    content: "\e901";
  }

  .icon-googleplus-::before {
    content: "\e902";
  }

  .icon-facebook::before {
    content: "\e903";
  }

  .icon-agent::before {
    content: "\1F464";
  }

  .icon-close::before {
    content: "\2715";
  }

  .icon-arrow-up::before {
    content: "\2B06";
  }

  .icon-arrow-down::before {
    content: "\2B07";
  }

  .icon-attachments::before {
    content: "\1F4CE";
  }

  .icon-comments::before {
    content: "\1F4AC";
  }

  .icon-vote::before {
    content: "\1F44D";
  }

  .icon-handle::before {
    content: "\25BE";
  }

  .icon-check::before {
    content: "\2713";
  }

  .icon-gear::before {
    content: "\2699";
  }

  .icon-menu::before {
    content: "\2630";
  }

  .icon-article::before {
    content: "\1F4C4";
  }

  .icon-post::before {
    content: "\1F4D4";
  }

  .icon-notification-alert::before {
    content: "\26A0";
  }

  .icon-notification-error::before {
    content: "\00D7";
  }

  .icon-notification-info::before {
    content: "\2139";
  }

  .icon-notification-success::before {
    content: "\2714";
  }

  /***** Home page *****/
  .home-page__banner-full {
    background-image: url(//theme.zdassets.com/theme_assets/2016348/53c2b8c206e3ebad95f06c849155697133233bcc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -100px;
  }

  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .home-page__banner-full {
      background-image: url(//theme.zdassets.com/theme_assets/2016348/34d1d15fc69cb9a2a6e57c71ea80ebf1e3506280.png);
    }
  }

  @media (min-width: 1600px) {
    .home-page__banner-full {
      background-position-y: 200%;
    }
  }

  @media (min-width: 1900px) {
    .home-page__banner-full {
      background-position-y: 130%;
    }
  }

  @media (min-width: 480px) {
    #hwo_nudge_button_mobile {
      display: none !important;
    }
  }

  @media (max-width: 479px) {
    #hwo_nudge_button_desktop {
      display: none !important;  
    }
  }

  .home-page__banner-full a:hover{color:#ffffff;}

  .home-page__logo-signin {
    height: 80px;
  }
  
  @media (max-width: 1200px) {
    .home-page__banner-full {
      background-image: url(//theme.zdassets.com/theme_assets/2016348/7031335cd1c8313068fd4080bd77e6416a5529f4.png);
    }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .home-page__banner-full {
        background-image: url(//theme.zdassets.com/theme_assets/2016348/4ac52ebc88b58028f6bfc08d4ffdad5c1ef02333.png);
      }
    }
  }

  /***** Search field *****/
  .homepage-header-search {
     width: 560px;
     margin-left: 16px;
  }

  @media (min-width: 639px) {
    .header-search form {
      width: 420px;
    }
  }

  @media (min-width: 1199px) {
    .header-search form {
      width: 560px;
    }
  }

.header-search form {
  margin: auto !important;
  vertical-align: middle;
}

.header-search-bg {
  background-color: #ffffff;
}

.search-input {
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
}

/***** Header *****/
.header-bg {
  background-image: url(//theme.zdassets.com/theme_assets/2016348/7d2040151f2b3024159cb1482f467dbfce81b433.png);
  background-position: 80px 0;
  background-color: #232347;
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 80px;
}

@media (min-width: 480px) {
  .header-bg {
    background-position: 200px 0;
  }
}

@media (min-width: 899px) {
  .header-bg {
    background-position: 375px 0px;
  }
}

@media (min-width: 1199px) {
  .header-bg {
    background-position: right top;
  }
}

.help_center_text {
  font-size: 18px !important;
}

/* BEGIN CURE-44 Adding wt-show-* and wt-hide-* variants that inherit the original display types. */
/* This is a copy of the compiled styles with a slight rename, and with `display: block` replaced with `display: inherit` . */
.wt-show-table-cell-xs, .wt-show-table-cell-sm, .wt-show-table-cell-md, .wt-show-table-cell-lg, .wt-show-table-cell-xl, .wt-show-table-cell-tv {
  display: none !important; }

@media only screen and (min-width: 0) {
  .wt-show-table-cell-xs {
    display: table-cell !important; }
  .wt-hide-table-cell-xs {
    display: none !important; }
  .wt-callback-option-width,
  .callback-submit-btn {
    width:100% !important;
  }
}

@media only screen and (min-width: 480px) {
  .wt-show-table-cell-sm {
    display: table-cell !important; }
  .wt-hide-table-cell-sm {
    display: none !important; } }

@media only screen and (min-width: 640px) {
  .wt-show-table-cell-md {
    display: table-cell !important; }
  .wt-hide-table-cell-md {
    display: none !important; }
  .wt-callback-option-width{
    width:50% !important;
  }
  .callback-submit-btn {
    width:auto !important;
  }
}

@media only screen and (min-width: 900px) {
  .wt-show-table-cell-lg {
    display: table-cell !important; }
  .wt-hide-table-cell-lg {
    display: none !important; } }

@media only screen and (min-width: 1200px) {
  .wt-show-table-cell-xl {
    display: table-cell !important; }
  .wt-hide-table-cell-xl {
    display: none !important; } }

@media only screen and (min-width: 1400px) {
  .wt-show-table-cell-tv {
    display: table-cell !important; }
  .wt-hide-table-cell-tv {
    display: none !important; } }
/* END CURE-44 */

  /* Custom, iPhone Retina */
  .form-field.select label {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  /* BEGIN new_request_page.hbs */
  .icon-li-wrapper {
    box-sizing: border-box !important;
    max-width: calc(25% - 9px) !important;
    position: relative;
    margin: 0px 6px 12px 6px;
    height: 160px !important;
  }

  .icon-li-wrapper:before {
    display: inline-block;
  }

  #icon-list > div:nth-of-type(1){
    margin-left: 0px !important;
  }

  #icon-list > div:nth-of-type(4) {
    margin-right: 0px !important;
  }

  .icon-li {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    display: inline-block;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
  }

  .icon-li > a.wt-transparent-card:before,
  #contact__options > a.wt-transparent-card:before,
  #contact__options > button.wt-transparent-card:before {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
    border-radius: 4px !important;
  }

  .icon-li > .wt-transparent-card {
    text-align: center !important;
  }

  .icon-li .wt-transparent-card img {
    max-width: 60px !important;
  }

  .icon-wrapper {
    width: 100%;
    height: 100%;
  }

  .wt-btn--tertiary {
      background: rgba(34, 34, 34, 0.075) !important;
    }

  @media (min-width: 900px) {
    #contact__content > #article-snippet {
      width: 50% !important;
    }
  }

  @media (max-width: 639px) {
    #icon-list > div:nth-of-type(3){
      margin-left: 0px !important;
    }

    #icon-list > div:nth-of-type(2) {
      margin-right: 0px !important;
    }

    .icon-li-wrapper {
      max-width: calc(50% - 6px) !important;
    }

    #button-cta-link,
    #next-link {
      width: 100% !important;
    }

    .wt-btn.wt-btn--transparent.wt-btn--transparent-flush-left {
      margin-left: 0px !important;
    }

    #callback-success-msg {
      position: absolute;
      width: 90%;
    }
  }

  .redirect_contact_form {
    font-weight: bold !important;
  }

  .issue-list li::after {
    content: url(//theme.zdassets.com/theme_assets/2016348/3a3c2d6a495b0ca5677b0bcd44dc653f40cce99e.svg);
    position: absolute;
    right: 0;
    margin-top: -48px;
  }

  #contact__options a, #contact__options button {
    margin-left: -12px;
    padding: 12px;
  }

  #contact__options img {
    height: 56px;
    width: 56px;
  }

  #contact__options .etsy-phone-number__region {
    font-weight: 600;
    display: block;
  }

  /* fields that are always hidden */
  form#new_request .request_ticket_form_id,
  form#new_request .request_organization_id,
  form#new_request.contact__form .request_custom_fields_360000032947, /* Sandbox issue type select */
  form#new_request.contact__form .request_custom_fields_360000437868 /* Prod issue type select */
  {
    display: none;
  }

/* END new_request_page.hbs   */


 /***** Notifications *****/
.request .notification-icon,
.homepage-notification .notification-icon {
    border-color: #fff;
    color: #2F466C;
    font-size: 20px;
    content: "\2713";
    background: white;
    border-radius: 50%;
    font-family: "Graphik Webfont",-apple-system,BlinkMacSystemFont,"Roboto","Droid Sans","Segoe UI","Helvetica",Arial,sans-serif;
    padding: 0 4px;
    display: inline-block;
    height: 28px;
  }

.request .notification-icon::before {
    border-color: #fff;
}

.homepage-notification .notification-icon::before {
    border: none;
}

.homepage-notification {
  text-align: center;
  border-radius: 0 !important;
  margin: 0px !important;
}

.homepage-notification .notification-inner {
  text-align: left;
  margin: 0 auto;
  padding: 0;
  max-width: 1400px;
}

.request .notification-text,
.homepage-notification .notification-text {
  text-align: left;
  display: inline-block;
}

.homepage-notification .notification-text {
  width: 50%;
}

.request .notification-dismiss,
.request .notification-dismiss::before,
.homepage-notification .notification-dismiss,
.homepage-notification .notification-dismiss::before {
  color: #fff;
  vertical-align: top;
  float: right;
}

.homepage-notification .notification-dismiss,
.homepage-notification .notification-dismiss::before {
  display: inline-block;
}

.request .notification-dismiss,
.request .notification-dismiss::before {
  display: inline;
}

.request .notification-inner {
  margin: 0px;
  max-width: none;
  padding: 0px;
}

.request .notification-text {
  width: 80%;
}

@media (max-width: 900px) {
  .homepage-notification .notification-text {
    width: 80%;
  }

  .homepage-notification .notification-inner {
    padding: 0px;
  }

  #callback-failure-msg {
    width: 88%;
    left: 6%;
  }
}

/*user avatar dropdown*/
#header-narrow-signed-in-menu button,
#requests-signed-in-menu button {
  float: right;
}

#signed-in-menu-body {
  min-width: 180px;
}

#signed-in-menu-body a {
   text-decoration: none;
 }

.user-avatar--large {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.user-avatar--menu:hover {
  -webkit-transform: scaleX(1.015) scaleY(1.035) perspective(1px);
  -ms-transform: scaleX(1.015) scaleY(1.035) perspective(1px);
  -moz-transform: scaleX(1.015) scaleY(1.035) perspective(1px);
  -o-transform: scaleX(1.015) scaleY(1.035) perspective(1px);
  transform: scaleX(1.015) scaleY(1.035) perspective(1px);
}
/*end user avatar dropdown*/

#cpage-back-button {
    margin-top: 6px;
    margin-bottom: 22px;
}

/***** Note *****/

.callout, .zd-alert, .zd-note, .zd-quick-answer {
    border: 1px solid rgba(34, 34, 34, 0.1);
    border-radius: 6px;
    margin: 24px 0;
    padding: 15px 15px 15px 65px;
    position: relative;
}

.zd-quick-answer, .callout {
  background-color: #d7e6f5;
}

.zd-alert {
  background-color: #fdebd2;
}

.zd-note {
  background-color: #eaeaea;
}

.callout::before, .zd-quick-answer::before {
  content: url(//theme.zdassets.com/theme_assets/2016348/cc6ac11c91dfea84ef36f076a7b6ac73a30c5fbd.svg);
}

.zd-alert::before {
  content: url(//theme.zdassets.com/theme_assets/2016348/39cce130808d116b9e870ac4d6f26a23ee1daf4f.svg);
}

.zd-note::before {
  content: url(//theme.zdassets.com/theme_assets/2016348/4b222a41dc048d739d285ea533bae99f7c52a578.svg);
}

.callout::before, .zd-note::before, .zd-alert::before, .zd-quick-answer::before {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
}

.callout p:last-of-type, .zd-alert p:last-of-type, .zd-note p:last-of-type, .zd-quick-answer p:last-of-type {
  margin: 0;
}

#callback-failure-msg {
  position: absolute;
}

.callback-disabled {
  opacity: 0.4;
}
